C1.DataCollection.EntityFrameworkCore Assembly / C1.DataCollection.EntityFrameworkCore Namespace / C1EntityFrameworkCoreVirtualDataCollection<T> Class / DisconnectAsyncOverride Method
The cancellation token.

In This Topic
DisconnectAsyncOverride Method (C1EntityFrameworkCoreVirtualDataCollection<T>)
In This Topic
When overridden, this method is used to finalize the collection.
Syntax
'Declaration
 
Protected Overridable Function DisconnectAsyncOverride( _
   ByVal cancellationToken As CancellationToken _
) As Task
 

Parameters

cancellationToken
The cancellation token.
See Also